home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python152.lha
/
Python-1.5
/
Demo
/
README
< prev
next >
Wrap
Text File
|
1998-03-04
|
631b
|
22 lines
This subdirectory contains some Python demo programs.
For more programs, get the main Python archive and extract
it. It contains lots of examples (most of them don't work
on the Amiga but anyway).
classes/ Some examples of how to use classes.
metaclasses/ Python 1.5 metaclasses.
scripts/ Some useful Python scripts that can be put in your
command path. No optional built-in modules needed.
Might need some changes on the Amiga.
socket/ Examples for the 'socket' builtin module.
ChatServer.py Multi-user chat server, written by Irmen de Jong.
The special thing is the mud-like interface.